object formUpdateProgress: TformUpdateProgress Left = 332 Top = 355 BorderIcons = [] BorderStyle = bsDialog Caption = 'Update progress' ClientHeight = 201 ClientWidth = 289 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poScreenCenter DesignSize = ( 289 201) PixelsPerInch = 96 TextHeight = 13 object labelProgress: TLabel Left = 48 Top = 8 Width = 233 Height = 81 Anchors = [akLeft, akTop, akRight, akBottom] AutoSize = False Caption = 'Spybot - Search && Destroy is contacting the update server now..' + '. if the animation below has not yet started, please be patient ' + '- the server may be busy, but the connection is still in progres' + 's as long as this window is shown.' WordWrap = True end object imgUpdateIcon: TImage Left = 8 Top = 8 Width = 32 Height = 32 Picture.Data = {} Transparent = True end object labelFile: TLabel Left = 8 Top = 158 Width = 201 Height = 17 Alignment = taCenter Anchors = [akLeft, akRight, akBottom] AutoSize = False end object anim: TAnimate Left = 8 Top = 95 Width = 272 Height = 60 Anchors = [akLeft, akBottom] CommonAVI = aviCopyFiles StopFrame = 31 end object pgUpdateProgress: TProgressBar Left = 0 Top = 184 Width = 289 Height = 17 Align = alBottom TabOrder = 1 end object bnUpdateStop: TButton Left = 208 Top = 156 Width = 73 Height = 21 Action = formMain.aUpdateStop Anchors = [akRight, akBottom] TabOrder = 2 end end